home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / oberonv4 / oberon-src / verifyall < prev   
Encoding:
Text File  |  1995-11-30  |  218 b   |  13 lines

  1. ; list Oberonv4/(~(Loader))/#?.(Sym|Obj) lformat="%f%n" >t:x
  2.  
  3. assign here: ""
  4. cd Oberon4Amiga:
  5.  
  6. list (~(Loader|Loader.old))/#?.Obj #?.Obj lformat="%f%n" >t:x
  7.  
  8. Loader/verify t:x
  9. delete t:x
  10.  
  11. cd here:
  12. assign here: remove
  13.